Syntax:
VA1.Enable_Speech_Engine= "YES/NO"
Details :
This specifies if the Engine has to be enabled or not. If NO, then
no processing of the construction of the engine string is made.
Example :
Private Sub NowStartSpeechWork()
VoiceAction 1.....
:
:
:
VoiceAction1.Enable_Speech_Engine = "YES"
End Sub